Skip to content

docs: SPEC.md accuracy pass#20

Merged
robbycochran merged 3 commits into
mainfrom
rc-spec
Jun 5, 2026
Merged

docs: SPEC.md accuracy pass#20
robbycochran merged 3 commits into
mainfrom
rc-spec

Conversation

@robbycochran

@robbycochran robbycochran commented Jun 5, 2026

Copy link
Copy Markdown
Collaborator

Summary

Final accuracy pass on SPEC.md + migration tracking document.

SPEC.md fixes

  • Sandbox lifecycle: Document retry delay difference — 5s for local, 10s for OCP launcher
  • Network policy: Add platform.claude.com and sentry.io to claude_telemetry
  • Testing: Document --reuse-gateway flag, make validate target, test matrix structure

TODO.md

Migration scorecard and roadmap:

  • 8/12 command paths native Go — remaining 4 are kubectl/helm-heavy
  • Remaining bash wrappers with effort estimates (new --remote, deploy --remote, teardown --k8s, test)
  • Architecture improvements: direct gRPC, Python removal, launcher consolidation
  • Low-priority cleanup items from the 73-agent audit
  • Testing gaps to fill

Test results

Path Result
Go unit tests 38/38
Launcher tests 7/7
Bats preflight (both) 29/29
bash + podman 19/19
Go + podman 19/19
OCP (reuse-gateway) 17/17 (48s)

Closes #18.

🤖 Generated with Claude Code

robbycochran and others added 2 commits June 4, 2026 21:30
- Sandbox lifecycle: document 5s retry delay (local) vs 10s (OCP launcher)
- Network policy: add platform.claude.com and sentry.io to claude_telemetry
- Testing: document --reuse-gateway flag, make validate, test matrix structure

Closes #18.

Validated: unit 38+7, bats 29+29, podman 19+19, OCP 17/17.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Migration scorecard (8/12 native Go), remaining bash wrappers with
effort estimates, architecture improvements (gRPC, Python removal,
launcher consolidation), low-priority cleanup from audit, and
testing gaps to fill.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@robbycochran robbycochran merged commit a1735c9 into main Jun 5, 2026
@robbycochran robbycochran deleted the rc-spec branch June 13, 2026 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: update SPEC.md for Go rewrite + DRY cleanup

1 participant